home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Essentials / DirectX9 / ManagedDX.CAB / mdxredist.msi / DX9.2_DEV_Microsoft.DirectX.AudioVideoPlayback.xml < prev    next >
Text File  |  2004-07-15  |  34KB  |  467 lines

  1. <doc>
  2.   <assembly>
  3.     <name>Microsoft.DirectX.AudioVideoPlayback</name>
  4.   </assembly>
  5.   <members>
  6.     <member name="T:Microsoft.DirectX.AudioVideoPlayback.Audio">
  7.       <summary>The Audio class is primarily designed for very simple playback scenarios, or for use with the Video class.</summary>
  8.     </member>
  9.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Disposing">
  10.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Dispose" /> method is called or when the object is finalized and collected by the garbage collector of the Microsoft┬« .NETcommon language runtime.</summary>
  11.     </member>
  12.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Ending">
  13.       <summary>Occurs when the playback is ending.</summary>
  14.     </member>
  15.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Pausing">
  16.       <summary>Occurs when the playback is pausing.</summary>
  17.     </member>
  18.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Starting">
  19.       <summary>Occurs when the playback is starting.</summary>
  20.     </member>
  21.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Stopping">
  22.       <summary>Occurs when the playback is stopping.</summary>
  23.     </member>
  24.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.#ctor(System.String)">
  25.       <summary>Initializes a new instance of the object and opens an audio file for playback, but does not start playback.</summary>
  26.       <param name="fileName">Specifies the name of the file.</param>
  27.     </member>
  28.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.#ctor(System.String,System.Boolean)">
  29.       <summary>Initializes a new instance of the object and opens an audio file for playback, and optionally starts playback.</summary>
  30.       <param name="fileName">Specifies the name of the file.</param>
  31.       <param name="autoRun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  32.     </member>
  33.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Dispose">
  34.       <summary>Immediately releases the unmanaged resources used by an object.</summary>
  35.       <returns />
  36.     </member>
  37.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Finalize">
  38.       <summary>Called during garbage collection. If implemented, allows an object to free resources before it is destroyed by the garbage collector.</summary>
  39.       <returns />
  40.     </member>
  41.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromFile(System.String)">
  42.       <summary>Creates an <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from a file.</summary>
  43.       <param name="filename">The path to the audio file.</param>
  44.       <returns>Returns the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromFile" />.</returns>
  45.     </member>
  46.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromFile(System.String,System.Boolean)">
  47.       <summary>Creates an <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from a file.</summary>
  48.       <param name="filename">The path to the audio file.</param>
  49.       <param name="autorun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  50.       <returns>Returns the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromFile" />.</returns>
  51.     </member>
  52.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromUrl(System.Uri)">
  53.       <summary>Creates an <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from a <see cref="T:System.Uri" /> object.</summary>
  54.       <param name="address">A <see cref="T:System.Uri" /> that points to an audio file to create the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</param>
  55.       <returns>Returns the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromUrl" />.</returns>
  56.     </member>
  57.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromUrl(System.Uri,System.Boolean)">
  58.       <summary>Creates an <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from a <see cref="T:System.Uri" /> object.</summary>
  59.       <param name="address">A <see cref="T:System.Uri" /> that points to an audio file to create the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</param>
  60.       <param name="autorun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  61.       <returns>Returns the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromUrl" />.</returns>
  62.     </member>
  63.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Open(System.Uri)">
  64.       <summary>Loads a new file into the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</summary>
  65.       <param name="address">The <see cref="T:System.Uri" /> to open a file from.</param>
  66.       <returns />
  67.     </member>
  68.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Open(System.Uri,System.Boolean)">
  69.       <summary>Loads a new file into the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</summary>
  70.       <param name="address">The <see cref="T:System.Uri" /> to open a file from.</param>
  71.       <param name="autoRun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  72.       <returns />
  73.     </member>
  74.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Open(System.String)">
  75.       <summary>Loads a new file into the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</summary>
  76.       <param name="fileName">The path to the audio file.</param>
  77.       <returns />
  78.     </member>
  79.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Open(System.String,System.Boolean)">
  80.       <summary>Loads a new file into the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</summary>
  81.       <param name="fileName">The path to the audio file.</param>
  82.       <param name="autoRun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  83.       <returns />
  84.     </member>
  85.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Pause">
  86.       <summary>Pauses playback.</summary>
  87.       <returns />
  88.     </member>
  89.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Play">
  90.       <summary>Starts playback.</summary>
  91.       <returns />
  92.     </member>
  93.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.raise_Disposing(System.Object,System.EventArgs)">
  94.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Disposing" /> event when called from within a derived class.</summary>
  95.       <param name="i1">Invoking object reference; should be this object.</param>
  96.       <param name="i2">Arguments to pass to the event handler.</param>
  97.       <returns />
  98.     </member>
  99.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.raise_Ending(System.Object,System.EventArgs)">
  100.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Ending" /> event when called from within a derived class.</summary>
  101.       <param name="i1">Invoking object reference; should be this object.</param>
  102.       <param name="i2">Arguments to pass to the event handler.</param>
  103.       <returns />
  104.     </member>
  105.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.raise_Pausing(System.Object,System.EventArgs)">
  106.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Pausing" /> event when called from within a derived class.</summary>
  107.       <param name="i1">Invoking object reference; should be this object.</param>
  108.       <param name="i2">Arguments to pass to the event handler.</param>
  109.       <returns />
  110.     </member>
  111.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.raise_Starting(System.Object,System.EventArgs)">
  112.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Starting" /> event when called from within a derived class.</summary>
  113.       <param name="i1">Invoking object reference; should be this object.</param>
  114.       <param name="i2">Arguments to pass to the event handler.</param>
  115.       <returns />
  116.     </member>
  117.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.raise_Stopping(System.Object,System.EventArgs)">
  118.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Audio.Stopping" /> event when called from within a derived class.</summary>
  119.       <param name="i1">Invoking object reference; should be this object.</param>
  120.       <param name="i2">Arguments to pass to the event handler.</param>
  121.       <returns />
  122.     </member>
  123.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.SeekCurrentPosition(System.Double,Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags)">
  124.       <summary>Seeks to a specific playback position.</summary>
  125.       <param name="time">Position to seek.</param>
  126.       <param name="flags">The position seek type to use.</param>
  127.       <returns>Returns the position after the seek.</returns>
  128.     </member>
  129.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.SeekStopPosition(System.Double,Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags)">
  130.       <summary>Sets a new stop position in playback.</summary>
  131.       <param name="time">Position that is the new stop time for playback.</param>
  132.       <param name="flags">The position seek type to use to set the new stop position.</param>
  133.       <returns>Returns the new stop position.</returns>
  134.     </member>
  135.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Stop">
  136.       <summary>Stops playback.</summary>
  137.       <returns />
  138.     </member>
  139.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Audio.StopWhenReady">
  140.       <summary>Stops playback when the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object is ready.</summary>
  141.       <returns />
  142.     </member>
  143.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.Balance">
  144.       <summary>Retrieves and sets the playback position in the stereo field.</summary>
  145.     </member>
  146.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.CurrentPosition">
  147.       <summary>Retrieves and sets the current position of playback.</summary>
  148.     </member>
  149.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.Disposed">
  150.       <summary>Retrieves a value that is true if the object is disposed; otherwise the value is false.</summary>
  151.     </member>
  152.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.Duration">
  153.       <summary>Retrieves the length, in seconds, of the audio file.</summary>
  154.     </member>
  155.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.Paused">
  156.       <summary>Retrieves the current playback state, whether playback is currently paused.</summary>
  157.     </member>
  158.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.Playing">
  159.       <summary>Retrieves the current playback state, whether playback is currently playing.</summary>
  160.     </member>
  161.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.SeekingCaps">
  162.       <summary>Retrieves the seeking capabilities of playback.</summary>
  163.     </member>
  164.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.State">
  165.       <summary>Retrieves the current state of playback.</summary>
  166.     </member>
  167.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.Stopped">
  168.       <summary>Retrieves the current playback state, whether playback is currently stopped.</summary>
  169.     </member>
  170.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.StopPosition">
  171.       <summary>Retrieves the position where playback stopped.</summary>
  172.     </member>
  173.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Audio.Volume">
  174.       <summary>Retrieves and sets the amount to attenuate the volume of audio playback.</summary>
  175.     </member>
  176.     <member name="T:Microsoft.DirectX.AudioVideoPlayback.TextureRenderEventArgs">
  177.       <summary>Contains properties for retrieving arguments from a called <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event.</summary>
  178.     </member>
  179.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.TextureRenderEventArgs.Texture">
  180.       <summary>Retrieves a <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> from the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object when the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event is triggered.</summary>
  181.     </member>
  182.     <member name="T:Microsoft.DirectX.AudioVideoPlayback.Video">
  183.       <summary>Contains the properties and methods to play video files, including those that contain audio.</summary>
  184.     </member>
  185.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Video.Disposing">
  186.       <summary>Occurs when the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.Dispose" /> method is called or when the object is finalized and collected by the garbage collector of the Microsoft┬« .NETcommon language runtime.</summary>
  187.     </member>
  188.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Video.Ending">
  189.       <summary>Occurs when the playback is ending.</summary>
  190.     </member>
  191.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Video.Pausing">
  192.       <summary>Occurs when the playback is pausing.</summary>
  193.     </member>
  194.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Video.Starting">
  195.       <summary>Occurs when the playback is starting.</summary>
  196.     </member>
  197.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Video.Stopping">
  198.       <summary>Occurs when the playback is stopping.</summary>
  199.     </member>
  200.     <member name="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender">
  201.       <summary>Occurs when target texture is ready to render video playback.</summary>
  202.     </member>
  203.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.#ctor(System.String)">
  204.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> class.</summary>
  205.       <param name="fileName">Path to the video file this object will play.</param>
  206.     </member>
  207.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.#ctor(System.String,System.Boolean)">
  208.       <summary>Initializes a new instance of the object.</summary>
  209.       <param name="fileName">Path to the video file this object will play.</param>
  210.       <param name="autoRun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  211.     </member>
  212.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.Dispose">
  213.       <summary>Immediately releases the unmanaged resources used by an object.</summary>
  214.       <returns />
  215.     </member>
  216.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.Finalize">
  217.       <summary>Called during garbage collection. If implemented, allows an object to free resources before it is destroyed by the garbage collector.</summary>
  218.       <returns />
  219.     </member>
  220.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromFile(System.String)">
  221.       <summary>Creates a <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object from a file.</summary>
  222.       <param name="filename">The path to the video file.</param>
  223.       <returns>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object created from the file indicated by the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromFile" /> parameter.</returns>
  224.     </member>
  225.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromFile(System.String,System.Boolean)">
  226.       <summary>Creates a <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object from a file.</summary>
  227.       <param name="filename">The path to the video file.</param>
  228.       <param name="autorun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  229.       <returns>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object created from the file indicated by the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromFile" /> parameter.</returns>
  230.     </member>
  231.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromUrl(System.Uri)">
  232.       <summary>Creates a <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object from a <see cref="T:System.Uri" /> object.</summary>
  233.       <param name="address">A <see cref="T:System.Uri" /> that points to a video file to create the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</param>
  234.       <returns>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object created from the <see cref="T:System.Uri" /> indicated by the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromUrl" /> parameter.</returns>
  235.     </member>
  236.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromUrl(System.Uri,System.Boolean)">
  237.       <summary>Creates a <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object from a <see cref="T:System.Uri" /> object.</summary>
  238.       <param name="address">A <see cref="T:System.Uri" /> that points to a video file to create the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</param>
  239.       <param name="autorun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  240.       <returns>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object created from the <see cref="T:System.Uri" /> indicated by the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromUrl" /> parameter.</returns>
  241.     </member>
  242.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.HideCursor">
  243.       <summary>Hides the cursor while playing video.</summary>
  244.       <returns />
  245.     </member>
  246.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.Open(System.Uri)">
  247.       <summary>Loads a new file into the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object.</summary>
  248.       <param name="address">The <see cref="T:System.Uri" /> to open a file from.</param>
  249.       <returns />
  250.     </member>
  251.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.Open(System.Uri,System.Boolean)">
  252.       <summary>Loads a new file into the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object.</summary>
  253.       <param name="address">The <see cref="T:System.Uri" /> to open a file from.</param>
  254.       <param name="autoRun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  255.       <returns />
  256.     </member>
  257.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.Open(System.String)">
  258.       <summary>Loads a new file into the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object.</summary>
  259.       <param name="fileName">The path to the video file.</param>
  260.       <returns />
  261.     </member>
  262.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.Open(System.String,System.Boolean)">
  263.       <summary>Loads a new file into the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object.</summary>
  264.       <param name="fileName">The path to the video file.</param>
  265.       <param name="autoRun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
  266.       <returns />
  267.     </member>
  268.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.Pause">
  269.       <summary>Pauses playback.</summary>
  270.       <returns />
  271.     </member>
  272.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.Play">
  273.       <summary>Starts playback.</summary>
  274.       <returns />
  275.     </member>
  276.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.raise_Disposing(System.Object,System.EventArgs)">
  277.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.Disposing" /> event when called from within a derived class.</summary>
  278.       <param name="i1">Invoking object reference; should be this object.</param>
  279.       <param name="i2">Arguments to pass to the event handler.</param>
  280.       <returns />
  281.     </member>
  282.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.raise_Ending(System.Object,System.EventArgs)">
  283.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.Ending" /> event when called from within a derived class.</summary>
  284.       <param name="i1">Invoking object reference; should be this object.</param>
  285.       <param name="i2">Arguments to pass to the event handler.</param>
  286.       <returns />
  287.     </member>
  288.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.raise_Pausing(System.Object,System.EventArgs)">
  289.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.Pausing" /> event when called from within a derived class.</summary>
  290.       <param name="i1">Invoking object reference; should be this object.</param>
  291.       <param name="i2">Arguments to pass to the event handler.</param>
  292.       <returns />
  293.     </member>
  294.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.raise_Starting(System.Object,System.EventArgs)">
  295.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.Starting" /> event when called from within a derived class.</summary>
  296.       <param name="i1">Invoking object reference; should be this object.</param>
  297.       <param name="i2">Arguments to pass to the event handler.</param>
  298.       <returns />
  299.     </member>
  300.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.raise_Stopping(System.Object,System.EventArgs)">
  301.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.Stopping" /> event when called from within a derived class.</summary>
  302.       <param name="i1">Invoking object reference; should be this object.</param>
  303.       <param name="i2">Arguments to pass to the event handler.</param>
  304.       <returns />
  305.     </member>
  306.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.raise_TextureReadyToRender(System.Object,Microsoft.DirectX.AudioVideoPlayback.TextureRenderEventArgs)">
  307.       <summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event when called from within a derived class.</summary>
  308.       <param name="i1">Invoking object reference; should be this object.</param>
  309.       <param name="i2">Arguments to pass to the event handler.</param>
  310.       <returns />
  311.     </member>
  312.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.RenderToTexture(Microsoft.DirectX.Direct3D.Device)">
  313.       <summary>Enables the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> to trigger the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event to generate <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> objects for rendering video in Microsoft┬« Direct3D┬«.</summary>
  314.       <param name="graphicsDevice">The parent <see cref="T:Microsoft.DirectX.Direct3D.Device" /> that renders the video textures.</param>
  315.       <returns />
  316.     </member>
  317.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.SeekCurrentPosition(System.Double,Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags)">
  318.       <summary>Seeks to a specific playback postion.</summary>
  319.       <param name="time">Position to seek.</param>
  320.       <param name="flags">The position seek type to use.</param>
  321.       <returns>Returns the position after the seek.</returns>
  322.     </member>
  323.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.SeekStopPosition(System.Double,Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags)">
  324.       <summary>Sets a new stop postion in playback.</summary>
  325.       <param name="time">Position that is the new stop time for playback.</param>
  326.       <param name="flags">The position seek type to use to set the new stop position.</param>
  327.       <returns>Returns the new stop position.</returns>
  328.     </member>
  329.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.ShowCursor">
  330.       <summary>Shows the cursor while playing video.</summary>
  331.       <returns />
  332.     </member>
  333.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.Stop">
  334.       <summary>Stops playback.</summary>
  335.       <returns />
  336.     </member>
  337.     <member name="M:Microsoft.DirectX.AudioVideoPlayback.Video.StopWhenReady">
  338.       <summary>Stops playback when the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object is ready.</summary>
  339.       <returns />
  340.     </member>
  341.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Audio">
  342.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object the video is using for audio playback.</summary>
  343.     </member>
  344.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.AverageTimePerFrame">
  345.       <summary>Retrieves the average time per frame during playback.</summary>
  346.     </member>
  347.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Caption">
  348.       <summary>Retrieves and sets the caption of the <see cref="T:System.Windows.Forms.Form" /> playing the video.</summary>
  349.     </member>
  350.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.CurrentPosition">
  351.       <summary>Retrieves and sets the current position of playback.</summary>
  352.     </member>
  353.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.DefaultSize">
  354.       <summary>Retrieves the default size of the video for playback.</summary>
  355.     </member>
  356.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Disposed">
  357.       <summary>Retrieves a value that is true if the object is disposed; otherwise the value is false.</summary>
  358.     </member>
  359.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Duration">
  360.       <summary>Retrieves the length, in seconds, of the video file.</summary>
  361.     </member>
  362.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Fullscreen">
  363.       <summary>Retrieves and sets whether the video plays back in fullscreen mode.</summary>
  364.     </member>
  365.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.IsCursorHidden">
  366.       <summary>Retrieves whether the cursor is hidden for the video.</summary>
  367.     </member>
  368.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.MaximumIdealSize">
  369.       <summary>Retrieves the maximum ideal size of the video for playback.</summary>
  370.     </member>
  371.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.MinimumIdealSize">
  372.       <summary>Retrieves the minimum ideal size of the video for playback.</summary>
  373.     </member>
  374.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Owner">
  375.       <summary>Retrieves or sets the <see cref="T:System.Windows.Forms.Control" /> where the video will be played.</summary>
  376.     </member>
  377.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Paused">
  378.       <summary>Retrieves whether playback is currently paused.</summary>
  379.     </member>
  380.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Playing">
  381.       <summary>Retrieves whether playback is currently playing.</summary>
  382.     </member>
  383.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.SeekingCaps">
  384.       <summary>Retrieves the seeking capabilities of playback.</summary>
  385.     </member>
  386.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Size">
  387.       <summary>Retrieves and sets the size of the video for playback.</summary>
  388.     </member>
  389.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.State">
  390.       <summary>Retrieves the current state of playback.</summary>
  391.     </member>
  392.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.Stopped">
  393.       <summary>Retrieves whether playback is currently stopped.</summary>
  394.     </member>
  395.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.Video.StopPosition">
  396.       <summary>Retrieves the position where playback stopped.</summary>
  397.     </member>
  398.     <member name="T:Microsoft.DirectX.AudioVideoPlayback.TextureRenderEventHandler">
  399.       <summary>Represents the method that handles the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event.</summary>
  400.       <param name="sender">The <see cref="T:System.Object" /> that is calling the event.</param>
  401.       <param name="e">A <see cref="T:Microsoft.DirectX.AudioVideoPlayback.TextureRenderEventArgs" /> object that allows you to pass an argument to the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event.</param>
  402.     </member>
  403.     <member name="T:Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags">
  404.       <summary>Contains constants for specifiying the type of seek for the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> or <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> objects.</summary>
  405.     </member>
  406.     <member name="F:Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags.">
  407.       <summary>Do not flush</summary>
  408.     </member>
  409.     <member name="F:Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags.">
  410.       <summary>Seek to the nearest key frame. This might be faster, but less accurate.</summary>
  411.     </member>
  412.     <member name="F:Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags.">
  413.       <summary>The stop position is relative to the current position.</summary>
  414.     </member>
  415.     <member name="F:Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags.">
  416.       <summary>The specified position is relative to the previous value.</summary>
  417.     </member>
  418.     <member name="F:Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags.">
  419.       <summary>The specified position is absolute.</summary>
  420.     </member>
  421.     <member name="T:Microsoft.DirectX.AudioVideoPlayback.StateFlags">
  422.       <summary>Contains constants for specifiying the state of the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> or <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> objects.</summary>
  423.     </member>
  424.     <member name="F:Microsoft.DirectX.AudioVideoPlayback.StateFlags.">
  425.       <summary>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> or <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object is running.</summary>
  426.     </member>
  427.     <member name="F:Microsoft.DirectX.AudioVideoPlayback.StateFlags.">
  428.       <summary>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> or <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object is paused.</summary>
  429.     </member>
  430.     <member name="F:Microsoft.DirectX.AudioVideoPlayback.StateFlags.">
  431.       <summary>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> or <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object is stopped.</summary>
  432.     </member>
  433.     <member name="T:Microsoft.DirectX.AudioVideoPlayback.SeekingCaps">
  434.       <summary>Collection of properties that describe the capabilities of a media stream.</summary>
  435.     </member>
  436.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.SeekingCaps.CanGetCurrentPosition">
  437.       <summary>Retrieves whether the stream can report its current position.</summary>
  438.     </member>
  439.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.SeekingCaps.CanGetDuration">
  440.       <summary>Retrieves whether the stream can report its duration.</summary>
  441.     </member>
  442.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.SeekingCaps.CanGetStopPosition">
  443.       <summary>Retrieves whether the stream can report its stop position.</summary>
  444.     </member>
  445.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.SeekingCaps.CanSeekAbsolute">
  446.       <summary>Retrieves whether the stream can seek to an absolute position.</summary>
  447.     </member>
  448.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.SeekingCaps.CanSeekBackwards">
  449.       <summary>Retrieves whether the stream can seek backward</summary>
  450.     </member>
  451.     <member name="P:Microsoft.DirectX.AudioVideoPlayback.SeekingCaps.CanSeekForwards">
  452.       <summary>Retrieves whether the stream can seek forward.</summary>
  453.     </member>
  454.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DDevice9">
  455.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  456.     </member>
  457.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DSurface9">
  458.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  459.     </member>
  460.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDirect3DTexture9">
  461.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  462.     </member>
  463.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._D3DDISPLAYMODE">
  464.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  465.     </member>
  466.   </members>
  467. </doc>